func crypto/sha1.consumeUint64

2 uses

	crypto/sha1 (current package)
		sha1.go#L78: 	b, d.len = consumeUint64(b)
		sha1.go#L83: func consumeUint64(b []byte) ([]byte, uint64) {